[codex] Add experimental MCP rollout and demo notebook - #1
Merged
Conversation
cschrupp
marked this pull request as ready for review
April 28, 2026 23:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the experimental MCP rollout for
wellplotand the accompanying developer notebook demo.It includes:
wellplot-mcpserver with tool, resource, and prompt registration0.3.0rolloutWhy
The project already had YAML and Python API workflows, but it did not yet expose a supported MCP surface for agent-driven logfile review and authoring. This PR ships that surface as an experimental feature and updates the release/docs path so it can be published coherently.
The notebook/demo work also makes the current MCP behavior easier to inspect before release.
User and developer impact
Users can now:
wellplot[mcp]wellplot-mcpMaintainers also get:
Validation
Local checks run for this branch included:
uv run ruff check examples/mcp_workflow_demo.py scripts/generate_example_notebooks.py src/wellplot/mcp tests/test_mcp_service.py tests/test_mcp_server.pyuv run pytest tests/test_mcp_service.py tests/test_mcp_server.py -quv run python scripts/generate_example_notebooks.py --checkuv run --group docs mkdocs build --strictNotes
Releaseworkflow.0.3.0.